home *** CD-ROM | disk | FTP | other *** search
- #include <exec/libraries.h>
- #include <proto/exec.h>
-
- struct Library *MathIeeeDoubBasBase = NULL;
- extern unsigned long _MathIeeeDoubBasBaseVer;
-
- void _INIT_5_MathIeeeDoubBasBase()
- {
- if (!(MathIeeeDoubBasBase = OpenLibrary("mathieeedoubbas.library",_MathIeeeDoubBasBaseVer)))
- exit(20);
- }
-
- void _EXIT_5_MathIeeeDoubBasBase()
- {
- if (MathIeeeDoubBasBase)
- CloseLibrary(MathIeeeDoubBasBase);
- }
-